www.gusucode.com > 搜索动力2010 v4.9 > 搜索动力2010 v4.9\code\big5.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%>
<!--#include file="config.asp"-->
<%
	search=""&request("search")&""
	want=""&request("want")&""
	engine=""&request("engine")&""
	domain=""&request("domain")&""
	comesysurl="http://"&request.ServerVariables("HTTP_HOST")&""&request.ServerVariables("URL")
if search="" then
	response.Redirect(""&weburl&"")
	response.end
end if
%>
<%response.Redirect("http://"&serverline&"/zxsou/2010_asp_big5.asp?search="&Server.URLEncode(search)&"&want="&want&"&engine="&engine&"&domain="&domain&"&comesysurl="&comesysurl&"")%>